-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ML] Add SonarQube Scanning for Pull Requests #2689
Conversation
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
@edsavage I have reconfigured the scanner to run on PR, I think having a report on every change will be most beneficial. Once the quality profile is stabilized, we can make it gating. It would be great if you could take another look. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for doing this Valeriy!
This PR integrates SonarQube scanning for Pull Requests, enabling automatic code quality checks on every new or updated PR. SonarQube will analyze changes for code smells, bugs, and security vulnerabilities, providing feedback directly in the Pull Request. This helps maintain code quality standards and identify issues early.
Some details:
main
branch